Skip to content

Conversation

khyperia
Copy link
Contributor

We don't retest PRs after a different PR has been merged to main, so tests that pass in a PR might not actually pass in main, due to other subsequent PRs mucking it up. That happened here - #766 added some disassemble tests, but then #772 was tested on a base commit older than 766, and it changed the output of 766's tests, and so only once both were in main did tests start failing. So, quick fix 'em up here, seems like an expected/normal change.

@khyperia khyperia enabled auto-merge (squash) October 25, 2021 08:44
@khyperia khyperia requested a review from eddyb October 25, 2021 08:46
@khyperia khyperia merged commit 1fbb241 into main Oct 25, 2021
@khyperia khyperia deleted the fix-tests branch October 25, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants